home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
011
/
mouses.arc
/
M_TIMELN.MSC
< prev
next >
Wrap
Text File
|
1986-08-28
|
8KB
|
194 lines
;
; Time Line (R) Pop-up Menu Configuration
; (version 2.0 only)
;
Comment ("Configured for Time Line")
;
; Parameters
;
Sensitivity (13, 8) ; (Xinc, Yinc)
Hysteresis (1, 1) ; (AutoX, AutoY)
ReverseVideo (Yes) ; Menu is displayed in reverse video
FixedMenu (Yes) ; Menu is in a fixed position
MenuCenter (70, 0) ; (Col, Row) of menu center
EnableBeep (Yes) ; Beeps if wrong button pressed with menu up
;
; Cursor Definitions
;
ArrowKeys: Cursor
(
Left ([Left])
Right ([Right])
Up ([Up])
Down ([Down])
)
;
; Button Definitions
;
LBG: Button (Menu(Gantt)) ; Left button, Gantt chart
LBH: Button (Menu(Hist)) ; Left button, Histogram chart
LBP: Button (Menu(Pert)) ; Left button, Pert chart
LBT: Button (Menu(Tasks)) ; Left button, Tasks pop-up
LBTF: Button (Menu(TaskFm)) ; Left button, Task form
LBF: Button (Menu(Filters)) ; Left button, Filters pop-up
LBO: Button (Menu(Options)) ; Left button, Options pop-up
LBD: Button (Menu(Display)) ; Left button, Display pop-up
LBDP: Button (Menu(Depend)) ; Left button, Dependencies pop-up
MB: Button (Keys([Enter] [F10])) ; Middle button
MBDP: Button (Keys("1")) ; Middle button, Dependencies pop-up
RB: Button (Keys([Esc])) ; Right button
RBDP: Button (Keys("2")) ; Right button, Dependencies pop-up
MRC: Button (Keys("+")) ; MiddleRight chord, (+) Dependencies
LMC: Button (Keys("-")) ; LeftMiddle chord, (-) Dependencies
LMRC: Button (Keys([a-F10])) ; LeftMiddleRight chord, Undo
;
; Menu Definitions
;
Gantt: Menu
(
Title ("Gantt")
Item ("Time Line Menu", Keys("/"))
Item ("Tasks", Menu(Tasks), Button(LBT))
Item ("Dependencies", Menu(Depend), Button(LBDP),
Button(Middle=MBDP), Button(Right=RBDP))
Item ("Filters", Menu(Filters), Button(LBF))
Item ("Options", Menu(Options), Button(LBO))
Item ("Display", Menu(Display), Button(LBD))
Item ("Chg to Histogram Chart", Keys([a-F6] "h"), Button(LBH))
Item ("Chg to Pert Chart", Keys([a-F6] "p"), Button(LBP))
Item ("Help", Keys([F1]))
)
Hist: Menu
(
Title ("Histogram")
Item ("Histogram Menu", Keys("/"))
Item ("1st Resource", Keys([Esc] [F6] [F2]))
Item ("2nd Resource", Keys([Esc] [F6] [Down] [F2]))
Item ("Go To Date", Keys([s-F5]))
Item ("Chg to Gantt Chart", Keys([a-F6]), Button(LBG))
Item ("Chg to Pert Chart", Keys([a-F6] [a-F6] "p"), Button(LBP))
Item ("Help", Keys([F1]))
)
Pert: Menu
(
Title ("Pert")
Item ("Chg to Gantt Chart", Keys([a-F6]), Button(LBG))
Item ("Chg to Histogram Chart", Keys([a-F6] [a-F6] "h"), Button(LBH))
Item ("Help", Keys([F1]))
)
Tasks: Menu
(
Title ("Tasks")
Item ("Edit Current Task", Keys([F2]), Button(LBTF))
Item ("Add New Task", Keys([Ins]), Button(LBTF))
Item ("Copy Task", Keys([s-F2]), Button(LBTF))
Item ("Chg Task to 'Fixed'", Keys([F2] [Down] "f" [F10]))
Item ("Chg Task to 'ASAP'", Keys([F2] [Down] "fa" [F10]))
Item ("Gantt Pop-up", Menu(Gantt), Button(LBG))
)
;
; Customize your Tasks pop-up with items similar to the following:
; Item ("Insert 'Phase 1' in Notes 2", Keys([F2] [Tab] [Down] "Phase 1" [F10]))
; Item ("Insert 'Phase 2' in Notes 2", Keys([F2] [Tab] [Down] "Phase 2" [F10]))
;
TaskFm: Menu
(
Title ("Task Form")
Item ("Accept Form", Keys([F10]), Button(LBT))
Item ("Cancel Form", Keys([Esc]), Button(LBT))
Item ("Help", Keys([F1]))
Item ("Tasks Pop-up", Menu(Tasks), Button(LBT))
)
;
; Customize your Task Form pop-up with items similar to the following:
; Item ("Insert Note 1", Keys([Home] [Tab] "Example note"))
; Item ("Insert Note 2", Keys([Home] [Tab] [Down] "Example note"))
;
Depend: Menu
(
Title ("Dependencies")
Item ("Show Dependencies", Keys([F7]))
Item ("Task '1' - Middle Button", Keys("1"))
Item ("Task '2' - Right Button", Keys("2"))
Item ("Join - MiddleRight Chord", Keys("+"))
Item ("Unjoin - LeftMiddle Chord", Keys("-"))
Item ("Undo - LeftMiddleRight Chord", Keys([a-F9]))
Item ("Gantt Pop-up", Menu(Gantt), Button(LBG),
Button(Middle=MB), Button(Right=RB))
)
Filters: Menu
(
Title ("Filters")
Item ("Standard (No) Filters", Keys([s-F7] "c"))
Item ("Show Dependencies", Keys([F7]))
Item ("Highlight Critical Path", Keys([s-F7] "c" [a-F7][Tab][Tab][Tab] "y"
[F10]))
Item ("Enhance Filtered Tasks", Keys([s-F7] "e"))
Item ("Hide Unfiltered Tasks", Keys([s-F7] "h"))
Item ("Clear Highlighting", Keys([s-F7] "c"))
Item ("Gantt Pop-up", Menu(Gantt), Button(LBG))
)
;
; Customize your Filters pop-up with items similar to the following:
; Item ("Highlight Phase 1", Keys([s-F7] "c" [a-F7][s-Tab][s-Tab][a-F9]
; "phase 1" [F10]))
; Item ("Highlight Phase 2", Keys([s-F7] "c" [a-F7][s-Tab][s-Tab][a-F9]
; "phase 2" [F10]))
;
Options: Menu
(
Title ("Options")
Item ("Standard Options", Keys([a-F3] "a" [Tab] "n" [Tab] "nt"
[Tab] "y" [Tab] "n" [F10]))
Item ("Automatic Recalc On/Off", Keys([a-F3] [Left] [F10]))
Item ("Resource Leveling On/Off", Keys([a-F3] [Down] [Left] [F10]))
Item ("Alarm Clock On/Off", Keys([a-F3] [End] [Left] [F10]))
Item ("Sort by Task Start Date", Keys([a-F3] [Down] [Down] "nt" [F10]))
Item ("Sort by Task Name", Keys([a-F3] [Down] [Down] "ntt" [F10]))
Item ("Sort by Notes 1", Keys([a-F3] [Down] [Down] "tn" [F10]))
Item ("Sort by Notes 2", Keys([a-F3] [Down] [Down] "tnn" [F10]))
Item ("Gantt Pop-up", Menu(Gantt), Button(LBG))
)
Display: Menu
(
Title ("Display")
Item ("Standard Display", Keys([F6] "c" [End] "f" [Up] "12" [Up] "22"
[Up] "d" [Up] "1" [F10]))
Item ("No Resources", Keys([F6] [End] [Up] "0" [F10]))
Item ("Show Total Slack", Keys([F6] "c" [End] "t" [F10]))
Item ("Show Free Slack", Keys([F6] "c" [End] "f" [F10]))
Item ("Compressed Scale", Keys([F6] [End] [Up] [Up] [Up] "w"
[Up] "1" [F10]))
Item ("Normal Scale", Keys([F6] [End] [Up] [Up] [Up] "d"
[Up] "1" [F10]))
Item ("Weekly Glance", Keys([F6] "w" [F10]))
Item ("Daily Glance", Keys([F6] "d" [F10]))
Item ("Gantt Pop-up", Menu(Gantt), Button(LBG))
)
;
; Mouse Definition
;
Mouse
(
Left (LBG)
Middle (MB)
Right (RB)
LeftMiddle (LMC)
MiddleRight (MRC)
LeftMiddleRight (LMRC)
Cursor (ArrowKeys)
)